crypto/tls.constantTimeHash.BlockSize (method)

4 uses

	crypto/tls (current package)
		cipher_suites.go#L571: func (c *cthWrapper) BlockSize() int              { return c.h.BlockSize() }

	crypto/hmac
		hmac.go#L77: func (h *hmac) BlockSize() int { return h.inner.BlockSize() }
		hmac.go#L153: 	blocksize := hm.inner.BlockSize()

	hash
		hash.go#L45: 	BlockSize() int